DOWNLOAD_SOURCES

Instruct the IDE that sources are needed to be downloaded when working with IntelliJ Platform Gradle Plugin. Value is passed directly to the Idea Gradle Plugin to the idea.module.downloadSources property.

See also

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getValue(providers: ProviderFactory): Provider<Boolean>
Link copied to clipboard
fun isEnabled(providers: ProviderFactory): Provider<Boolean>

Checks if the specified build feature is enabled for the current project.

Link copied to clipboard
open override fun toString(): String